posixify_path

Convert windows path to posix path by replaceing \ with /. It returns the path as is on non-windows

posixify_path
(
string path
)

Parameters

path string

the path to convert

Examples

C:/folder will be converted to c:/folder

Meta